T
ESRI.ArcGIS.Mobile.Client
Generic EnumAttributeGroup Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : Generic EnumAttributeGroup Class

A Group that displays a header text and an enumeration value. It also allows the user to edit the value, by showing the user a list of enumerations.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class EnumAttributeGroup(Of T) 
   Inherits Group
C# 
public class EnumAttributeGroup<T> : Group 

Type Parameters

T

Remarks

There are other types of Groups that are designed to work with different types of data you can show or edit, including DateAttributeGroup, NumericAttributeGroup, RadioGroup, SelectionGroup, StringAttributeGroup, etc.

If you want to show user a read-only group, use ReadOnlyAttributeGroup.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Controls.Groups.Group
      ESRI.ArcGIS.Mobile.Client.Controls.Groups.EnumAttributeGroup

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Controls.Groups

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also